home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / HDS 3.02 / HDS / hdserrors.r < prev    next >
Encoding:
Text File  |  1993-10-09  |  1.7 KB  |  42 lines  |  [TEXT/MPS ]

  1. #include "Types.r"
  2. #include "hdserrors.h"
  3.  
  4. /* resources for HDS error strings */
  5.  
  6. resource 'STR#' (iErrors) {
  7.     {
  8.         "%HDS-E-001 out of memory",
  9.         "%HDS-E-002 cant open/create file",
  10.         "%HDS-F-003 bad seek: wrong position?",
  11.         "%HDS-F-004 bad read: wrong position?",
  12.         "%HDS-E-005 no HDS-database active",
  13.         "%HDS-F-006 bad HDS-record",
  14.         "%HDS-F-007 too many fields in HDS-record",
  15.         "%HDS-E-008 no more fields in HDS-record",
  16.         "%HDS-F-009 bad string in HDS-record",
  17.         "%HDS-F-010 bad field-type in HDS-record",
  18.         "%HDS-E-011 no legal record in this direction",
  19.         "%HDS-E-012 wrong field number",
  20.         "%HDS-E-013 protected record; no delete/modify possible",
  21.         "%HDS-F-014 bad write",
  22.         "%HDS-E-015 no write permission",
  23.         "%HDS-E-016 no branch right of current record",
  24.         "%HDS-E-017 no branch right of a data record",
  25.         "%HDS-E-018 this is already a data record",
  26.         "%HDS-E-019 no data fields defined",
  27.         "%HDS-E-020 right branch exists already",
  28.         "%HDS-W-021 no match found",
  29.         "%HDS-E-022 too many labels (pointer fields) defined",
  30.         "%HDS-E-023 wrong sequential input file",
  31.         "%HDS-E-024 too many records to sort",
  32.         "%HDS-E-025 there is no link defined to this record",
  33.         "%HDS-E-026 there is no mark field defined in this branch",
  34.         "%HDS-E-027 too many records to link",
  35.         "%HDS-E-028 records out of order",
  36.         "%HDS-E-029 protected branch; no delete/modify possible",
  37.         "%HDS-F-030 generic description not found",
  38.         "%HDS-E-031 protected right branch; no delete/modify possible",
  39.         "%HDS-E-032 record already deleted or illegal record number",
  40.     }
  41. };
  42.